I am trying to figure out how to take a previous incident pulled from the REST API, and update the incident status using the Events API and the pdpyras package.
I was able to get the dedup_key by using the answer from Doug in this thread, but when I use the dedup_key in the .acknowledge() or .resolve() methods found in the pdpyras documentation and then hit the REST API again, the status has not changed, nor has it changed on the web interface.